home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.hiding == "no")
- {
- if(_root.reloading == "no")
- {
- if(_root.ammo > -1)
- {
- if(_root.zoomed == 1)
- {
- _root.sight.gotoAndPlay("blood");
- this.play();
- }
- if(_root.targethit <= 1)
- {
- _root.sight.gotoAndPlay("blood");
- this.play();
- }
- else
- {
- ouch = new Sound(this);
- ouch.attachSound("ouch");
- ouch.start(0,1);
- _root.targethit -= 1;
- }
- }
- }
- }
- }
-